projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7c496a7
)
(end-of-buffer-other-window): Go to the end, not to the beginning.
author
Richard M. Stallman
<rms@gnu.org>
Thu, 4 Aug 1994 19:59:03 +0000
(19:59 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Thu, 4 Aug 1994 19:59:03 +0000
(19:59 +0000)
lisp/simple.el
patch
|
blob
|
history
diff --git
a/lisp/simple.el
b/lisp/simple.el
index da837322c8f2303c7bc629f5c190f8ac77529fcd..839874a6e9ede754e19b5b3996da2d610e883031 100644
(file)
--- a/
lisp/simple.el
+++ b/
lisp/simple.el
@@
-1734,7
+1734,7
@@
With arg N, put point N/10 of the way from the true end."
(unwind-protect
(progn
(select-window window)
- (
beginning
-of-buffer arg)
+ (
end
-of-buffer arg)
(recenter '(t)))
(select-window orig-window))))
\f